object LegendDlg: TLegendDlg Left = 308 Top = 193 BorderIcons = [biSystemMenu, biMinimize] BorderStyle = bsToolWindow BorderWidth = 8 Caption = 'L'#233'gende' ClientHeight = 388 ClientWidth = 345 Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'Tahoma' Font.Style = [] FormStyle = fsStayOnTop OldCreateOrder = False Position = poOwnerFormCenter OnCreate = FormCreate OnShow = FormShow PixelsPerInch = 96 TextHeight = 13 object ListBox: TListBox Left = 0 Top = 0 Width = 345 Height = 357 Style = lbOwnerDrawFixed Align = alClient ItemHeight = 16 Items.Strings = ( 'Inconnu, sera balay'#233' en arri'#232're-plan' 'Inconnu, ouvrir pour voir' 'Ne contient pas de diff'#233'rence' 'Fichier identique' 'Contient des fichiers plus r'#233'cents/diff'#233'rents' 'Fichier plus r'#233'cent' 'Fichier diff'#233'rent' 'Contient des orphelins' 'Fichier orphelin' 'Contient des fichiers plus anciens' 'Fichier plus ancien' 'Contient des fichiers + r'#233'cents ou diff'#233'rents, et des fichiers o' + 'rphelins' 'Fichier plus r'#233'cent' 'Fichier orphelin' 'Contient des fichiers + r'#233'cents ou diff'#233'rents, et des fichiers +' + ' anciens' 'Fichier plus r'#233'cent' 'Fichier plus ancien' 'Contient des fichiers orphelins, et des fichiers + anciens' 'Fichier orphelin' 'Fichier plus ancien' 'Contient des items non visibles' 'Fichier filtr'#233) TabOrder = 0 OnDrawItem = ListBoxDrawItem end object Panel1: TPanel Left = 0 Top = 357 Width = 345 Height = 31 Align = alBottom BevelOuter = bvNone TabOrder = 1 object CloseBtn: TButton Left = 0 Top = 8 Width = 73 Height = 23 Cancel = True Caption = 'Fermer' Default = True TabOrder = 0 OnClick = CloseBtnClick end end end